summaryrefslogtreecommitdiffstats
path: root/src/common/settings_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings_common.h')
-rw-r--r--src/common/settings_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h
index ca218e37b..a7630a97f 100644
--- a/src/common/settings_common.h
+++ b/src/common/settings_common.h
@@ -60,9 +60,6 @@ enum Specialization : u8 {
Percentage = (1 << SpecializationAttributeOffset),
};
-bool IsConfiguringGlobal();
-void SetConfiguringGlobal(bool is_global);
-
class BasicSetting;
class Linkage {